home *** CD-ROM | disk | FTP | other *** search
/ Internet Course / INTERNET (Track 1).bin / setup.exe / %SYS32% / ComboBox.u32 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  2000-01-11  |  811 b   |  39 lines

  1. object MainForm: TMainForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsSingle
  5.   Caption = 'MainForm'
  6.   ClientHeight = 273
  7.   ClientWidth = 492
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Visible = True
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ComboBox: TComboBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 145
  21.     Height = 21
  22.     TabStop = False
  23.     Style = csDropDownList
  24.     Ctl3D = True
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ItemHeight = 13
  31.     ParentCtl3D = False
  32.     ParentFont = False
  33.     ParentShowHint = False
  34.     ShowHint = False
  35.     TabOrder = 0
  36.     OnChange = ComboBoxChange
  37.   end
  38. end
  39.